home *** CD-ROM | disk | FTP | other *** search
/ PC Elektro 3 / PC-Elektro-3-cd1.bin / DesignWorks Professional Schematic Capture / DesignWorks4Setup.exe / Main / Part List CSV.RFM < prev    next >
Encoding:
Text File  |  2004-10-16  |  660 b   |  28 lines

  1. {
  2.     DesignWorks Report Form for Bill of Materials in CSV (Comma Separated Values) format
  3.     Copyright 2000 Capilano Computing Systems Ltd.
  4. }
  5. $NOTES
  6. This report form produces a bill of materials.
  7.  
  8.  
  9. Limitations:
  10.  
  11.   none
  12.  
  13.  
  14. Attribute    Where    Description
  15.  
  16. Part         Devices  The part name.
  17. Value        Devices  The value for this device.
  18. Name         Devices  The name for this device.
  19. $END
  20. {
  21. ---------------------------------------------------------------------
  22. }
  23. $CREATEREPORT($DESIGNNAME.CSV) $PROMPT $CREATOR(ttxt)
  24. $COMBDEVSON
  25. $SORT $DEVICES &Part $LEXICAL &Value
  26. Part,Count,Value,Refs
  27. $DEVICES&Part,$COUNT,&Value,$DEVNAME
  28.